home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / comm / www / CountHTTP.lha / CountHTTP.readme < prev   
Text File  |  1996-09-14  |  2KB  |  56 lines

  1. Short: (1.0) Reports on AWS logfiles
  2. Version: 1.0
  3. Requires: OS 2.04
  4. Uploader: mhunter+@andrew.cmu.edu (Matthew Hunter)
  5. Author: mhunter+@andrew.cmu.edu (Matthew Hunter)
  6. Type: comm/www
  7. Replaces: CountHTTP.lha
  8. History:
  9.  
  10. CountHTTP 1.0: First public release
  11.  
  12. This program is designed to read in the logfiles generated by the Amiga Web
  13. Server, and output some interesting and (hopefully) meaningful statistics on
  14. them.  It's designed to be most flexible in how it outputs the generated
  15. information, but not to overanalyze the logfile -- in short, to enable a simple,
  16. easily produced and useful page of statistics, without needing to write another
  17. program to format the output.  If you need extensive load-analysis look
  18. elsewhere.
  19.  
  20. It accepts the following parameters:
  21.  
  22.     MATCH/K     == an AmigaDOS pattern to filter all output through
  23.     LOGFILE     == The name of the logfile.  Defaults to LOGS:http_access
  24.     IMGPATTERN  == An AmigaDOS pattern designed to identify images by their
  25.                         filenames, so they are not counted as "hits".  Feel free
  26.                         to similarly filter out .lha or .ps or whatever else you want.
  27.     HTML        == format output in HTML
  28.     TABLES      == format output with tables.  Implies HTML.
  29.     VERBOSE     == Report the name of every matching site or file logged
  30.     TERSE       == designed for hsc's <$include FILE=counter> style tags, to
  31.                         generate a "pseudo-counter". Outputs only the number of
  32.                         matching or total hits.
  33.     NOFILES     == Excludes files from being displayed completely.
  34.     NOSITES     == As for NOFILES, but excludes sites.
  35.  
  36.     If your logfile is large, CountHTTP will require quite a bit of memory.  It
  37. can also take some time to process a large logfile -- a 650k log takes about
  38. 10-15 seconds on an 030, in fast ram.
  39.  
  40.     It will eventually be usable as a CGI script; the changes should be minor.
  41.  
  42.     If your locale date produces a date string longer than 33 characters (that
  43. AWS uses in its logfile) then this won't work.  Email me the length of your date
  44. string and I will make the (again minor) changes to implement it as a
  45. commandline option.
  46.  
  47.     All output goes to either stdio or stderr.  stderr is only errors, and stdio
  48. should -always- be a clean output file, suitable for redirection.
  49.  
  50.     Example output can be seen at
  51.     http://shadow.res.cmu.edu/mhunter/tablestats.html
  52.     http://shadow.res.cmu.edu/mhunter/stats.html
  53.  
  54.  
  55.  
  56.